home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / bin / font2c < prev    next >
Text File  |  2009-10-12  |  339b  |  14 lines

  1. #!/bin/sh
  2. # $Id: font2c 8107 2007-07-05 19:04:29Z till $
  3.  
  4. # This definition is changed on install to match the
  5. # executable name set in the makefile
  6. GS_EXECUTABLE=gs
  7. gs="`dirname $0`/$GS_EXECUTABLE"
  8. if test ! -x "$gs"; then
  9.     gs="$GS_EXECUTABLE"
  10. fi
  11. GS_EXECUTABLE=gs
  12.  
  13. exec "$GS_EXECUTABLE" -q -dNODISPLAY -dWRITESYSTEMDICT -- font2c.ps "$@"
  14.